.ac_results{
    width:282px;
    overflow:hidden;
    list-style:none;
    border-width:1px;
    border-style:solid;
    border-color:#DCEEF5 #4BA9CD #4BA9CD #DCEEF5;
    background-color:#FFF;
    position:absolute;
    display:none;
    z-index: 2147483647;
}
.ac_results li{
    width:282px;
    height:25px;
    overflow:hidden;
    float:left;
}
.ac_results li a{
    width:282px;
    height:25px;
    display:block;
    color:#666;
    text-indent:6px;
    line-height:25px;
    white-space:nowrap;
    text-indent:20px;
    background-color:#FFF;
    background-image:url('../images/suggest_nav.gif');
    background-repeat:no-repeat;
    text-decoration:none;
}
.ac_results li.type_singer a{
    background-position:3px 6px;
}
.ac_results li.type_album a{
    background-position:3px -34px;
}
.ac_results li.type_song a{
    background-position:3px -74px;
}

.ac_results li a strong{
    color:#F30;
    font-weight:200;
}

.ac_results li .ac_match {
    color:#F30;
    font-weight:200;
}

.ac_results li a:hover,.ac_results li.ac_over a{
    color:#000;
    background-color:#EFF9FE;
}
